home *** CD-ROM | disk | FTP | other *** search
- /**
- * Scout - The Amiga System Monitor
- *
- *------------------------------------------------------------------
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * You must not use this source code to gain profit of any kind!
- *
- *------------------------------------------------------------------
- *
- * @author Andreas Gelhausen
- * @author Richard Körber <rkoerber@gmx.de>
- */
-
-
-
- #ifndef STARTUP_H
- #define STARTUP_H
-
- #define __USE_SYSBASE 1
-
- /********************************************************************/
-
- #include <stdio.h>
- #include <fcntl.h>
- #include <ios1.h>
- //#include <string.h>
- #include <stdlib.h>
-
- //#include <workbench/startup.h>
- #include <libraries/dos.h>
- #include <libraries/dosextens.h>
- #include <proto/dos.h>
- //#include <proto/exec.h>
- //#include <exec/execbase.h>
-
- /********************************************************************/
-
- #include <exec/types.h>
- #include <exec/execbase.h>
- #include <exec/tasks.h>
- #include <exec/memory.h>
- #include <exec/alerts.h>
- #include <exec/ports.h>
- #include <exec/libraries.h>
- #include <exec/semaphores.h>
- #include <dos/dos.h>
- #include <dos/dosextens.h>
- #include <dos/rdargs.h>
- #include <dos/dosasl.h>
- #include <intuition/intuition.h>
- #include <workbench/startup.h>
- #include <workbench/workbench.h>
- #include <utility/tagitem.h>
-
- #include <proto/exec.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
- #include <proto/icon.h>
- #include <proto/utility.h>
-
- #include <string.h>
- //#include <stdio.h>
-
- #include "startup_defs.h"
- #include "scout_globals_protos.h"
-
- #endif /* STARTUP_H */
-